projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d41300
)
[SCO]: Include time.h.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 9 May 1993 04:26:46 +0000
(
04:26
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 9 May 1993 04:26:46 +0000
(
04:26
+0000)
src/systime.h
patch
|
blob
|
history
diff --git
a/src/systime.h
b/src/systime.h
index 094aee2a249c109dbc6b7f6f7c65d2b8da20046e..165a9f43ed3e47edfae7f0f749e09ddfc6197aa0 100644
(file)
--- a/
src/systime.h
+++ b/
src/systime.h
@@
-35,8
+35,8
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#endif
-/* AIX
needs
both <sys/time.h> and <time.h>. */
-#if
def _AIX
+/* AIX
and SCO 3.2v4 need
both <sys/time.h> and <time.h>. */
+#if
defined (_AIX) || defined (SCO)
#include <time.h>
#endif